Export Form component
This commit is contained in:
parent
164186f766
commit
f2daf8df1f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bootstrap-rs"
|
name = "bootstrap-rs"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ pub use self::{
|
||||||
button::{Button, ButtonGroup, ButtonToolbar},
|
button::{Button, ButtonGroup, ButtonToolbar},
|
||||||
card::{Card, CardBody, CardHeader, CardText},
|
card::{Card, CardBody, CardHeader, CardText},
|
||||||
container::Container,
|
container::Container,
|
||||||
form::FormGroup,
|
form::{Form, FormGroup},
|
||||||
input::{Input, InputGroup, TextArea},
|
input::{Input, InputGroup, TextArea},
|
||||||
jumbotron::Jumbotron,
|
jumbotron::Jumbotron,
|
||||||
props::Props,
|
props::Props,
|
||||||
|
|
Loading…
Reference in a new issue