lazy-element
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i lazy-element

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

11.3 kB

Total Files

10

Last publish

Collaborators

  • yewinnpm