1.0.14 • Published 28 days ago

rebuilding-ca-gatsby-components v1.0.14

Weekly downloads
-
License
ISC
Repository
-
Last release
28 days ago

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:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-new-feature.
  3. Make your changes.
  4. Commit your changes: git commit -am 'Add some feature'.
  5. Push to the branch: git push origin my-new-feature.
  6. Submit a pull request.

Development

This library uses Rollup for bundling. To start development, run:

npm run rollup:watch
1.0.14

28 days ago

1.0.13

28 days ago

1.0.12

29 days ago

1.0.11

4 months ago

1.0.9

4 months ago

1.0.10

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

2.0.0

4 months ago

1.0.0

4 months ago