0.1.7 • Published 2 years ago

@nimbbl/quark v0.1.7

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 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

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago