@kader_org/react
v0.1.30
Published
```bash npm install @kader_org/react ```
Readme
@kader_org/react
📦 Install
npm install @kader_org/reactyarn add @kader_org/react🔧 Usage
import { Button } from "@kader_org/react";
const App = () => (
<>
<Button type="Outlined">I'm Button</Button>
</>
);📣 TypeScript
@kader_org/react is written in TypeScript with complete definitions, check Use in TypeScript to getting started.
