1.0.29 • Published 5 months ago

rebuilding-ca-gatsby-components v1.0.29

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months 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.29

5 months ago

1.0.19

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

10 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.18

11 months ago

1.0.17

12 months ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.9

1 year ago

1.0.10

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago