The goal of v1 is to implement fundamental components that are commonly used in front-end web design. Here is the list of todo-components that I think required before releasing v1.
Todo Components
Elements
Collections
Views
- Card
- Item(84cffa6)
<Items />
<Item />
<Image />
<Content />
<Header />
<Meta />
<Description />
<Extra />
The corresponding demos/docs are also required.
Globalization
Currently the doc-site is almost composed of Chinese examples. Thus I will translate them into English as possible as I can.
To add browser support for the whole library, I think it's necessary to export react-tocas as an UMD module.
The goal of v1 is to implement fundamental components that are commonly used in front-end web design. Here is the list of todo-components that I think required before releasing v1.
Todo Components
Elements
<Button /><Buttons /><Container /><Header /><Icon /><Icons /><Image /><Images /><Input /><Slate /><Label /><Detail /><List /><Item /><Content /><Header /><Description /><Segment /><Segments />Collections
<Form /><Grid /><Row /><Column /><Menu /><Item /><Table /><TableCell /><THead /><TBody /><TFoot /><Tr /><Th /><Td />Views
<Card /><Items /><Item /><Image /><Content /><Header /><Meta /><Description /><Extra />The corresponding demos/docs are also required.
Globalization
Currently the doc-site is almost composed of Chinese examples. Thus I will translate them into English as possible as I can.
UMD(8c8be10)
To add browser support for the whole library, I think it's necessary to export react-tocas as an UMD module.