0.1.20 • Published 4 years ago

@almond-platform/ui-kit v0.1.20

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

0.1.19

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.1.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago