Building components repetitively is cumbersome and time-consuming. Building morpho-UI brings uniformity, reusability and less decision making in styling for all your projects. It contains the global styling which gives you variety of color choices and components like buttons, alerts are provided with 5 CTA(call to action) colors(red, green, blue, yellow, and pink).
npm i @launchpad5682/morpho-ui
- Alert
- Avatar
- Badge
- Button
- Card
- Chips
- Image
- Modal
- Snack Bar
- Tabs
- Typography
- Success/peaceful optimism: green
- Information: blue
- Danger or focus: red
- Warning or grab attention: yellow
- Excitement: pink
- Minimalistic sophistication: black
- Start development server using
npm start
andnpm run storybook
. - Bootstrapped storybook typescript using TSDX.
- Deploy Storybook using github actions.
- Altered default configuration using ts.config.js and added css imports with live changes with css link.
- User guide for TSDX React w/ Storybook.
- Made all the components accessible using
index.tsx
insrc
folder. - Call to action color guide link.
- Make changes, add version to the commit message to release a package.
- Make version update in
package.json
and push code usinggit push --follow-tags
.