0.4.2 • Published 1 year ago

atlr.kit v0.4.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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