rebuilding-ca-gatsby-components v1.0.29
Rebuilding CA Gatsby Components
This library, rebuilding-ca-gatsby-components
, is a collection of React components specifically extracted from gatsby site. It includes a variety of components enhanced with functionalities from libraries such as Ant Design, D3, FontAwesome, and more.
Installation
To install the library, run the following command in your project directory:
npm install rebuilding-ca-gatsby-components
Or if you are using Yarn:
yarn add rebuilding-ca-gatsby-components
Usage
To use a component from this library, first import it into your file:
import { ComponentName } from 'rebuilding-ca-gatsby-components';
Then, you can use it in your React component:
function MyComponent() {
return <ComponentName />;
}
Replace ComponentName
with the actual name of the component you wish to use.
Components
List the available components here with brief descriptions for each. For example:
- ComponentOne: Description of ComponentOne.
- ComponentTwo: Description of ComponentTwo.
- ...
Contributing
Contributions to rebuilding-ca-gatsby-components
are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b my-new-feature
. - Make your changes.
- Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Development
This library uses Rollup for bundling. To start development, run:
npm run rollup:watch
6 months ago
12 months ago
12 months ago
12 months ago
12 months ago
10 months ago
10 months ago
10 months ago
11 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago