lazy-element
v1.0.1
Published
Let's start with buttons
Downloads
2
Readme
lazy-ui
Made with create-react-library
Install
npm install --save lazy-element
Usage
import React from 'react'
import { Button } from 'lazy-ui'
import 'lazy-ui/dist/index.css'
const App = () => {
return (
<div>
<Button type='primary'>{'Click on 🫥'}</Button>
<Button type='success'>{'Success 🍀'}</Button>
<Button type='error'>{'Wrong 🍄'}</Button>
<Button type='link'>{'Link 👇'}</Button>
</div>
)
}
License
MIT © yewin