ims-ui
TypeScript icon, indicating that this package has built-in type declarations

2.11.0 • Public • Published

IMS UI

ims-ui is a collection of React components that empower teams to craft any product with ease, following the IMS design system.

Browse the Storybook catalog of the components.

Installation

npm install ims-ui

yarn add ims-ui

Setup

IMSUI is built on top of Tailwind CSS, so you need to install Tailwind CSS first. You can follow the official installation guide to install Tailwind CSS. Then you must add the following to your tailwind.config.js:

module.exports = {
  presets: [require("ims-ui/tailwindcss-preset")],
  content: ["./node_modules/ims-ui/dist/components/**/*.{js,jsx}"],
};

/ims-ui/

    Package Sidebar

    Install

    npm i ims-ui

    Weekly Downloads

    51

    Version

    2.11.0

    License

    none

    Unpacked Size

    8.42 MB

    Total Files

    442

    Last publish

    Collaborators

    • ims-marcos-mercado