profdst-components
v0.3.9
Published
Component available from library at this point (2023): 1. Buttons - AnimatedButton - LoaderButton - ButtonBase
Downloads
17
Readme
Component available from library at this point (2023):
Buttons
- AnimatedButton
- LoaderButton
- ButtonBase
Dropdown
- Dropdown
- DropdownOption
Resizer
Inputs (don't use then, their styles will be fucked (It's not me who wrote them btw))
Install by (will work until we put it on git):npm i profdst-components
Then find any .d.ts file (if there's none, create), and paste there:declare module 'profdst-components';
Otherwise you'll get red highlight on every import
How to change:
- You don't
- Create npm account and ask me for maintainer role
- Before publishing run:
npm run build
- Go to package.json, change "version" number
- Run:
npm publish