https://github.com/default-services/components
Open-source and npm-published React component library.
https://github.com/default-services/components
components react
Last synced: 6 months ago
JSON representation
Open-source and npm-published React component library.
- Host: GitHub
- URL: https://github.com/default-services/components
- Owner: default-services
- License: mit
- Created: 2020-05-26T19:23:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:00:11.000Z (over 3 years ago)
- Last Synced: 2025-10-19T19:31:39.363Z (8 months ago)
- Topics: components, react
- Language: JavaScript
- Homepage: https://default.services/#/components
- Size: 11.1 MB
- Stars: 119
- Watchers: 2
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Default Component Library
[](https://www.npmjs.com/package/@default-services/components)
[](https://github.com/default-services/components#readme)
[](https://github.com/default-services/components/blob/master/LICENSE)
> Open-source and npm-published React component library.
## 🐱🏍 Install
**npm:**
```bash
npm install @default-services/components
```
**yarn:**
```bash
yarn add @default-services/components
```
## 🐱💻 Use
```jsx
import React from 'react';
import { Button } from '@default-services/components';
const MyComponent = (props) => {
return (
Hello Default!
);
};
```
## 🐱👓 Docs
Learn more about using the Default component library for your project:
[Default documentation](https://default.services)
## 🐱🐉 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:
| [
](http://godban.github.io/browsers-support-badges/)
IE / Edge | [
](http://godban.github.io/browsers-support-badges/)
Firefox | [
](http://godban.github.io/browsers-support-badges/)
Chrome | [
](http://godban.github.io/browsers-support-badges/)
Safari | [
](http://godban.github.io/browsers-support-badges/)
iOS Safari | [
](http://godban.github.io/browsers-support-badges/)
Samsung | [
](http://godban.github.io/browsers-support-badges/)
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](https://github.com/jsdoc/jsdoc), can be found here:
[Default component library](https://default-services.github.io/components)
For Default contribution guidelines, see:
[Contributing to Default](https://github.com/default-services/components/wiki/Contributing-to-Default)
## 🦟 Bugs
Bugs reported on the project's [issues page](https://github.com/default-services/components/issues) will be exterminated as quickly as possible, be sure to include steps to reproduce so they can be spotted easily.
## 🏷️ License
MIT © [Default](https://github.com/default-services/components/blob/master/LICENSE)