1.0.1 • Published 2 years ago

lazy-element v1.0.1

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

lazy-ui

Made with create-react-library

NPM JavaScript Style Guide

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

1.0.1

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago