@bentoboxes/nova-web-components
v1.0.0-beta.2.8.2-70
Published
Nova Web Components Library
Downloads
279
Keywords
Readme
Nova Web Components
Fluent Enterprise-class Patterns.
Using Nova Web Components
Please visit: https://nova.lab.base22.com/.
Developer Setup
To start building a new web component using Stencil, clone this repo to a new directory:
git clone https://source.base22.com/scm/labs/nova-web-components.git
and run:
npm install
npm start
or with yarn
:
yarn install
yarn start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
Please, take a look at BREAKING_CHANGES.md if you experiment issues getting started.
Documentation
Need help? Check out our docs here.
How to files
Contributing
Anyone and everyone is welcome to contribute. Please read our code of conduct.
Maintainers
Team members
- Alex Arriaga (Former Employee)
- Alejandro Serrano
- Eduardo Juarez
- Rafael Gonzalez
- Edilzar Cisneros
- Juan Antonio Villaceñor
- Joaquin Arellano
License
Check the here.
Working with Nova Web Components
Naming Components
When creating new component tags, we recommend using nova
as prefix in the component name (ex: <nova-datepicker>
).
This is because the generated component will usually follow the Nova Design System principles and conventions.