Design guidelines and UI library for Intended apps.
Go to file
Silas 469d767562
version bump
2021-11-25 12:59:22 -05:00
.storybook Draw the rest of the UI library 2021-09-25 02:12:50 -04:00
public Add label and bottom-margin technology 2021-09-19 23:23:51 -04:00
src configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
.env Setup styled-components, typescript, barebones button component, global styles, and shared css variables 2021-09-19 18:31:35 -04:00
.gitignore configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
.tool-versions configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
LICENSE configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
README.md update readme 2021-11-25 12:57:49 -05:00
package-lock.json configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
package.json version bump 2021-11-25 12:59:22 -05:00
tsconfig.json configure repo for deployment to npm 2021-11-25 12:45:24 -05:00
yarn.lock Setup styled-components, typescript, barebones button component, global styles, and shared css variables 2021-09-19 18:31:35 -04:00

README.md

Intended UI

A storybook comprising of Intended Link's UI components.

Usage

Run npm install @intended/intended-ui

In your project files, import whichever components you need import { Icon } from @intended/intended-ui

Installation

npm install

Development

npm run storybook

Deployment

npm run build

Then run npm publish --access public while logged in as an Intended org user.