Skip to content
/ dotdot Public
forked from dotdot-im/dotdot

A place where you can talk to people

Notifications You must be signed in to change notification settings

sup-Udh/dotdot

 
 

Repository files navigation

Img

Deploy

Development

Local Development

You can use *storybook to play around with the components locally:

yarn storybook

# or

npm run storybook

Using Icons

We have access to the FontAwesome free icons library. But we only import the ones we need to keep bundle size down.

To add a new icon:

  1. Go to src/lib/icons.ts
  2. Import it at the top, and add it to the list of exports at the bottom

To use icons:

<FontAwesomeIcon icon="icon name" />

Icons are typesafe, so if you use the wrong name in the FontAwesomeIcon component it'll warn you.

About

A place where you can talk to people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.3%
  • SCSS 14.7%
  • HTML 3.8%
  • JavaScript 1.1%
  • Shell 0.1%