2.3.1 • Published 1 month ago

@axa-fr/react-toolkit-panel v2.3.1

Weekly downloads
102
License
MIT
Repository
github
Last release
1 month ago

@axa-fr/react-toolkit

Build status Quality Gate Reliability Security Code Corevage lerna Twitter

About

A set of independent components. Awesome library based on HTML and CSS using BEM convention with the JavaScript ReactJS implementation. Each components are autonomous and extensible. Pick and use only what you need!

How React-toolkit does CSS isolation?

Only by using BEM (Block Element Modifier) CSS convention. No need of the intricate technologies, just pragatism.

Components are simple to use (just drag and drog it), simple to customize (by using CSS modifier) to your own need. Each component may evaluate internally (HTML, CSS, JS) and minimize an impact on your application.

You can easily build a new app from scratch or integrate some component into existing application.

html+css documentation website react storybook website

Getting Started

Install what you need

npm install @axa-fr/react-toolkit-alert --save

Use only what you need

import React from 'react';
import Alert from '@axa-fr/react-toolkit-alert';
import '@axa-fr/react-toolkit-alert/dist/alert.scss';

const MyAlertComponent => () => (
<Alert
    icon="ok"
    title="This is an alert"
  />
)

Packages

Concept

Each component should be autonomous (HTML + CSS + JS) and extensible.

How Does It Work

  • HTML/CSS :

    • BEM convention is used in order to break CSS cascading problem
    • SCSS and CSS files are avalaible for every component and can be overrided or extended
    • HTML/CSS Documentation
  • React :

    • Components are stateless by default
    • Some Higher Order Components (HOC) are stateful but feel free to use the stateless one if it fits your use case
    • React documentation

Contribute

Roadmap

  • Update general documentation
  • Migrating to TypeScript all components
  • Fix the issues and clean code. Make it simpler, faster, lighter

Demo

alt text

2.3.1

1 month ago

2.3.1-alpha.0

1 month ago

2.3.0

2 months ago

2.3.0-alpha.2

2 months ago

2.3.0-alpha.0

3 months ago

2.2.0

4 months ago

2.2.0-alpha.0

5 months ago

2.2.0-alpha.1

4 months ago

2.1.1

5 months ago

2.1.1-alpha.0

5 months ago

2.1.0

6 months ago

2.1.0-alpha.6

6 months ago

2.1.0-alpha.5

6 months ago

2.1.0-alpha.4

6 months ago

2.1.0-alpha.3

7 months ago

2.0.1-alpha.1

8 months ago

2.1.0-alpha.2

7 months ago

2.1.0-alpha.1

7 months ago

2.0.0

1 year ago

2.0.1-alpha.0

1 year ago

2.0.0-alpha.11

2 years ago

2.0.0-alpha.8

2 years ago

2.0.0-alpha.9

2 years ago

2.0.0-alpha.10

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.5

2 years ago

1.4.1

3 years ago

1.4.0

3 years ago

2.0.0-alpha.0

3 years ago

2.0.0-alpha.1

3 years ago

1.4.0-alpha.1

3 years ago

1.4.0-alpha.0

4 years ago

1.3.23

4 years ago

1.3.21

4 years ago

1.3.16

4 years ago

1.3.15

4 years ago

1.3.14

4 years ago

1.3.13

4 years ago

1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.9-alpha.0

4 years ago

1.3.8-alpha.0

4 years ago

1.3.7-alpha.0

4 years ago

1.3.6

4 years ago

1.3.6-alpha.0

4 years ago

1.3.5-alpha.0

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.2-alpha.0

4 years ago

1.2.16

5 years ago

1.2.15

5 years ago

1.2.14

5 years ago

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.6-alpha.0

5 years ago

1.2.5

5 years ago

1.2.5-alpha.0

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.2-alpha.0

6 years ago