@topo-ui/components
v0.1.5
Published
Atomic Design component library for topo-ui
Maintainers
Readme
@topo-ui/components
Atomic Design component library for topo-ui.
Installation
npm install @topo-ui/componentsUsage
import { Button, Card, Text } from "@topo-ui/components"
MyPage -> {
Card({
children: [
Text({ content: "Hello World" }),
Button({ text: "Click me" })
]
})
}Components
Atoms
- Button, Text, Heading, Card, Badge, Input, etc.
Molecules
- StatCard, FormField, NavItem, etc.
Organisms
- LoginForm, Sidebar, Header, etc.
Templates
- DashboardLayout, AuthLayout, etc.
License
MIT
