/components

Open-source and npm-published React component library.

Primary LanguageJavaScriptMIT LicenseMIT

Default Component Library

NPM Build License

Open-source and npm-published React component library.


🐱‍🏍 Install

npm:

npm install @default-services/components

yarn:

yarn add @default-services/components

🐱‍💻 Use

import React from 'react';
import { Button } from '@default-services/components';

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

🐱‍👓 Docs

Learn more about using the Default component library for your project:
Default documentation

🐱‍🐉 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
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
Samsung
Samsung
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

🐱‍👤 Develop

Code documentation for this project, created with JSDoc, can be found here:
Default component library

For Default contribution guidelines, see:
Contributing to Default

🦟 Bugs

Bugs reported on the project's issues page will be exterminated as quickly as possible, be sure to include steps to reproduce so they can be spotted easily.

🏷️ License

MIT © Default