@atlr/react
v0.1.4
Published
Atelier® Kit
Downloads
10
Readme
Atelier® Kit
An ever– expanding library of React components, primitives, and tools.
Start
yarn add atlr.kit
pnpm install --save atlr.kit
npm install --save atlr.kit
Usage
Button
import * as React from 'react'
import {Button} from 'atlr.kit'
export const DefaultExample = () => (
<Button size={'sm'} primary href="">
Small Button
</Button>
)
© 2023 Atlr® Design