0.0.33 • Published 16 days ago

@episource/signet v0.0.33

Weekly downloads
-
License
-
Repository
-
Last release
16 days ago

Signet Design System

Signet is a design system that provides a set of UI components and design guidelines to create consistent and high-quality user interfaces. Signet is built with StencilJS, making it compatible with popular front-end frameworks such as React, Vue, and Angular. In this blog post, we will explain how to install Signet and its component libraries for each of these frameworks.

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@episource/signet/-/signet-0.0.1.tgz - Not found
@episource/signet@https://registry.npmjs.org/@episource/signet/-/signet-0.0.1.tgz' is not in this registry.

Installing Signet

Before installing any of the component libraries, you must first install the Signet package itself. To do this, run the following command in your terminal:

npm install @episource/signet

Installing Signet for React Developers

If you are a React developer, you can install the Signet React component library by running the following command in your terminal:

npm install @episource/signet @episource/signet-react

After the installation is complete, you can import the components you need from the library like this:

import { SignetButton } from '@episource/signet-react';

Learn more about our React Library →

Installing Signet for Vue Developers

If you are a Vue developer, you can install the Signet Vue component library by running the following command in your terminal:

npm install @episource/signet @episource/signet-vue

After the installation is complete, you can register the components you need globally or locally in your Vue components like this:

import { SignetButton } from '@episource/signet-vue';

export default {
  components: {
    Button,
  },
  // ...
}

Learn more about our Vue Library →

Installing Signet for Angular Developers

If you are an Angular developer, you can install the Signet Angular component library by running the following command in your terminal:

npm install @episource/signet @episource/signet-angular

After the installation is complete, you can import the modules you need from the library like this:

import { EpiDesignSystemAngularModule } from '@episource/signet-angular'

imports: [
    BrowserModule, 
    EpiDesignSystemAngularModule
],

or

import { applyPolyfills, defineCustomElements as signetComponents } from '@episource/signet/loader';

applyPolyfills().then( () => {
    signetComponents(window);
});

Learn more about our Angular Library →

0.0.33

16 days ago

0.0.32

20 days ago

0.0.31

1 month ago

0.0.30

1 month ago

0.0.29

1 month ago

0.0.28

2 months ago

0.0.26

3 months ago

0.0.22

4 months ago

0.0.23

4 months ago

0.0.24

4 months ago

0.0.25

4 months ago

0.0.20

7 months ago

0.0.1-3.alpha.4

8 months ago

0.0.1-3.alpha.1

8 months ago

0.0.15

8 months ago

0.0.16

8 months ago

0.0.17

8 months ago

0.0.18

7 months ago

0.0.19

7 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

8 months ago

0.0.9-alpha.1

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.13-alpha.4

8 months ago

0.0.5

10 months ago

0.0.6

10 months ago

0.0.4

11 months ago

0.0.3-alpha.3

11 months ago

0.0.3-alpha.2

1 year ago

0.0.3-alpha.1

1 year ago

0.0.3

1 year ago

0.0.1-alpha.3

1 year ago

0.0.1-alpha.2

1 year ago

0.0.1-alpha.1

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago