@nimbbl/quark
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

@nimbbl/quark

  • Fully customizable React UI Components

Usage

import React from 'react';
import { Badge } from '@nimbbl/quark';
import '@nimbbl/quark/src/index.css';

function App() {
  return (
    <div>
      <Badge type="New" />
    </div>
  );
}

export default App;

Install

npm i @nimbbl/quark
# or
yarn add @nimbbl/quark

Package Sidebar

Install

npm i @nimbbl/quark

Weekly Downloads

14

Version

0.1.7

License

MIT

Unpacked Size

499 kB

Total Files

79

Last publish

Collaborators

  • aman-nimbbl