Socket
Book a DemoInstallSign in
Socket

@nulib/admin-react-components

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nulib/admin-react-components

A collection of Northwestern University Libraries React components, used cross-projects for creating Admin UI interfaces. Style guide via Styleguidist.

latest
Source
npmnpm
Version
1.10.0
Version published
Maintainers
4
Created
Source

Northwestern Libraries Admin React Components

A collection of Northwestern University Libraries React components, used cross-projects for creating Admin UI interfaces. Style guide via Styleguidist.

Style guide and examples

View the style guide and usage examples:

https://nulib.github.io/admin-react-components/styleguide/

Using the component library and assets

Add the package to your React project:

npm install --save @nulib/admin-react-components

Developing

To develop in the component repository:

  • Clone the project
  • Enter the admin-react-components directory: cd admin-react-components
  • Install dependencies
npm install

Use Styleguidis for a development environment. Run:

npm run styleguide

which will spin up a local Styleguidist webpack dev server that handles live-reloading as you write tests, build out components, and write documentation.

Running the tests

npm run test

// or
npm run test:watch

Building the package

To build the package, we use Rollup:

npm run build

To directly build the latest version of the style guide:

npm run styleguide:build

ADR

To document architecture decisions, we use the adr-tools package. To document a new architecture decision via adr-tools markdown template generator, run:

adr new your-text-here

Built With

  • React - JavaScript components
  • Bulma - UI CSS only framework
  • Styleguidist - Used as development environment and style guide

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Keywords

React

FAQs

Package last updated on 19 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts