-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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(3e69641)
<Button /><Buttons />
- Container(bb3dc04)
<Container />
- Header(861f348)
<Header />
- Icon(192c012)
<Icon /><Icons />
- Image(0cffeb8)
<Image /><Images />
- Input(fec2d66)
<Input />
- Slate(7d82549)
<Slate />
- Label(5ce7689)
<Label /><Detail />
- List(25fe70f)
<List /><Item /><Content /><Header /><Description />
- Segment(0772e14)
<Segment /><Segments />
Collections
- Form
<Form />
- Grid(c3c4e26)
<Grid /><Row /><Column />
- Menu(58c019f, 29cbac9)
<Menu /><Item />
- Table(ee7d28d)
<Table /><TableCell /><THead /><TBody /><TFoot /><Tr /><Th /><Td />
Views
- Card
<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.
UMD(8c8be10)
To add browser support for the whole library, I think it's necessary to export react-tocas as an UMD module.
Metadata
Metadata
Assignees
Labels
No labels