0.1.20 • Published 2 years ago

@almond-platform/ui-kit v0.1.20

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Almond UI Kit

This library consists of angular ui components styled according to Almond UX designs. Building is done with monorepo commands.

#Build Run ng build ui-kit --prod to build ui-kit package, that can be published or reused without publish (not recommended, only debugging)

#Publish After build, you can publish package to npm;
Make sure you changed version to higher in package.json before building

Also make sure that there are no bugs, that can break other versions of package

To publish run:
npm publish

#Accessibility If you can use native html components (buttons, links, label, etc) - use it
If you can't - make sure that your component can be reached by:

  • keyboard (navigating by tab key, selecting by enter/space, navigating by arrows if needed)
  • screen readers
  • outline (has outline state or something that can be shows that element is on focus)
0.1.20

2 years ago

0.1.19

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.14

3 years ago

0.1.15

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.1.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago