0.2.1 • Published 3 years ago

@ibrahimsyah/designsystem_test v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

🤖 BCC - Design System

Installation

BCC-Design System is available at npmjs: @bccfilkom/designsystem

# with NPM
npm install @bccfilkom/designsystem

# with YARN
yarn add @bccfilkom/designsystem

Usage

This is a quick example of using BCC - Design System component

import * as React from 'react';
import ReactDOM from 'react-dom';
import {Button} from '@bccfilkom/designsystem';


function App() {
  return (
    <Button onClick={() => console.log("Hello world")}>Hello World</Button>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Contributing

Please read our Contributing Guidelines to get started on developing.

This project is bound by a Code of Conduct.

License

Copyright (c) 2021 bccdesignsystem and/or contributors. All rights reserved.

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago