0.1.7 • Published 4 years ago

@nimbbl/quark v0.1.7

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

@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
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago