kader-style
v0.2.8
Published
React UI library
Maintainers
Readme
kader-style(TEST)
📦 Install
npm install kader-styleyarn add kader-style🔧 Usage
import { Button } from "kader-style/core";
const App = () => (
<>
<Button type="Outlined">I'm Button</Button>
</>
);📣 TypeScript
kader-style is written in TypeScript with complete definitions, check Use in TypeScript to getting started.
