modern-react-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Modern React UI

A tailwindcss powered modern react ui components library

Installation

Install with npm

  npm install modern-react-ui

Install with yarn

  yarn add modern-react-ui

Install with pnpm

  pnpm add modern-react-ui

Examples

import { Clickable } from 'modern-react-ui'

function App() {
  return (
    <Clickable
      size="lg"
      text="Click Me"
      onClick={() => {
        console.log("hi");
      }}
   />)
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i modern-react-ui

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

30.1 kB

Total Files

19

Last publish

Collaborators

  • tanmayvaij