Eteration UI Components
Home
Components
Custom Components

Eteration UI Components

What's inside?

  • Bootstrap 4.6
  • date-fns

In your projects

  • create or edit .npmrc file
registry=https://nexus.eteration.com/repository/npm-all/
  • install with npm or yarn command
yarn add @eteration/ui-components
# or
npm install --save @eteration/ui-components
  • Add the css file to your project.
import '@eteration/ui-components/dist/ui-components.css';