Skip to content

Commit

Permalink
chore: exported rating from index and added to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 11, 2022
1 parent ddc54eb commit c94f8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -107,6 +107,7 @@ Data Input:
- [X] Input
- [X] Radio
- [X] Range
- [X] Rating
- [X] Select
- [X] Textarea
- [X] Toggle
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -27,6 +27,7 @@ import Navbar from './Navbar'
import Progress from './Progress'
import Radio from './Radio'
import Range from './Range'
import Rating from './Rating'
import Select from './Select'
import Swap from './Swap'
import Table from './Table'
Expand Down Expand Up @@ -64,6 +65,7 @@ export {
Progress,
Radio,
Range,
Rating,
Select,
Swap,
Table,
Expand Down

0 comments on commit c94f8e0

Please sign in to comment.