1.0.8 • Published 4 years ago

default-component-library v1.0.8

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

Default Component Library

NPM Build License

A default, lightweight, component library for React.

🐱‍🚀 Demo

See the components in action, in the Default Storybook. Hosted on GitHub pages: Default Storybook

🐱‍🏍 Install

npm:

npm install default-component-library

yarn:

yarn add default-component-library

🐱‍💻 Usage

import React, { Component } from 'react';
import { Button } from 'default-component-library';

const MyComponent = props => {
  return (
    <div>
      <Button>Hello Default!</Button>
    </div>
  );
};

🐱‍👓 Documentation

Coming soon..

🐱‍🐉 Browsers support

Default component library utilizes technologies such as Babel and PostCSS to ensure all code is cross-browser compatible, and supports at least the following browsers: | IE / Edge | Firefox | Chrome | Safari | iOS Safari | Samsung | Opera | | --------- | --------- | --------- | --------- | --------- | --------- | --------- | | IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions

🐱‍👤 Developers

Default is equipped with the latest and greatest tech stack, improve your developer portfolio by contributing to a modern open-source project like the Default component library. Tech

🏷️ License

MIT © Default Component Library

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago