1.0.1 • Published 2 years ago

aurelia-aurita-ui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

aurelia-aurita-ui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install aurelia-aurita-ui

Usage

import React from 'react'
import { Button, ExampleComponent } from 'aurelia-aurita-ui'
import 'aurelia-aurita-ui/dist/index.css'

const App = () => {
  return (
    <>
      <Button type='primary'>Primary Button</Button>
      <Button>Default Button</Button>
      <Button type='dashed'>Dashed Button</Button>
      <Button type='text'>Text Button</Button>
      <Button type='link'>Link Button</Button>
    </>
  )
}

export default App

License

MIT © FatihBARACKILIC

1.0.1

2 years ago

1.0.0

2 years ago