1.16.2 • Published 20 days ago

@eulerxyz/euler-materials v1.16.2

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

Euler Materials

Euler Materials is a component library to help deliver the best experience and drive consistency between Euler web apps.

Component structure

.
├── src
│   ├── components
|   │   ├── Button
|   |   │   ├── Button.api.mdx
|   |   │   ├── Button.classes.ts
|   |   │   ├── Button.docs.mdx
|   |   │   ├── Button.stories.tsx
|   |   │   ├── Button.styles.ts
|   |   │   ├── Button.tsx
|   |   │   ├── Button.types.ts
|   |   │   └── index.ts
|   │   └── index.ts
│   └── index.ts

Getting Started

To install the package: npx install-peerdeps @eulerxyz/euler-materials

Contributing

  1. Clone this repo to your local device
  2. Create a branch: git checkout -b ED-{TASKNO}-{BRANCHNAME}
  3. Install dependencies: yarn
  4. Start the development server: yarn dev
  5. Make commits using the conventional commits format
  6. Create pull requests against the main branch

Running Storybook

yarn dev:storybook

Testing

Run tests with a coverage report:

yarn test

Run tests and re-run on file change:

yarn test:watch

Check for type errors:

yarn tsc:check

Lint files with ESLint, Prettier and Stylelint

yarn lint:eslint
yarn lint:prettier
yarn lint:stylelint

Generating components

There is an implemented component generation script that will generate the boiler plate of a component. To do this run

yarn generate:component --component=ComponentName
1.16.2

20 days ago

1.16.1

24 days ago

1.15.0

1 month ago

1.14.0

1 month ago

1.13.0

2 months ago

1.12.0

3 months ago

1.11.0

4 months ago

1.10.0

5 months ago

1.2.0

10 months ago

1.8.2

8 months ago

1.8.1

8 months ago

1.2.7

9 months ago

1.8.0

8 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.6.0

8 months ago

1.4.2

9 months ago

1.2.4

10 months ago

1.4.1

9 months ago

1.2.3

10 months ago

1.4.0

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.1.1

10 months ago

1.9.1

5 months ago

1.9.0

6 months ago

1.7.1

8 months ago

1.7.0

8 months ago

1.5.0

8 months ago

1.3.0

9 months ago

1.8.6

7 months ago

1.8.5

7 months ago

1.8.4

7 months ago

1.8.3

7 months ago

1.1.0

11 months ago

1.0.1

12 months ago

1.0.0

1 year ago

1.0.1-beta-1

12 months ago

1.0.0-beta

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.10-beta-1

1 year ago

0.1.9-beta-1

2 years ago

0.1.9-beta-4

2 years ago

0.1.9-beta-5

2 years ago

0.1.9-beta-2

2 years ago

0.1.9-beta-3

2 years ago

0.1.9-beta-6

2 years ago

0.1.9-beta-7

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago