31.2.4 • Published 12 months ago
@equinor/fusion-react-ag-grid-styles v31.2.4
AG Grid Styles
Install
npm install @equinor/fusion-react-ag-grid-styles
About
The hook adds the theme alpine-fusion
to your ag-grid instance without adding global stylesheet to the portal.
It sets up the required variables and classnames for use in your component in a scoped naming scheme.
You do not need any other styles from the ag-grid package or other fusion packages.
Usage
- And set the theme name to
ag-theme-alpine-fusion
import AgGridReact from '@ag-grid-community/core';
import useStyles from '@equinor/fusion-react-ag-grid-styles';
const MyComponent = (): JSX.Element => {
const styles = useStyles();
return (
<div className="ag-theme-alpine-fusion">
<AgGridReact {...props} />
</div>
);
};
31.2.2
1 year ago
31.2.3
1 year ago
31.2.4
12 months ago
31.2.1
1 year ago
31.2.0
1 year ago
0.0.0-issue-1148-20240109090014
2 years ago
30.2.0
2 years ago
30.0.0
2 years ago
29.3.13
2 years ago
29.3.14
2 years ago
29.3.7
2 years ago
29.3.15
2 years ago
29.3.8
2 years ago
29.3.16
2 years ago
29.3.9
2 years ago
29.3.10
2 years ago
29.3.11
2 years ago
29.3.12
2 years ago
29.3.6
2 years ago
29.3.4
2 years ago
29.3.5
2 years ago
29.3.4-beta.2
2 years ago
29.3.4-beta.1
2 years ago
29.3.4-beta.0
2 years ago
0.4.7
2 years ago
0.4.6
3 years ago
0.4.5
3 years ago
0.4.4
3 years ago
0.4.3
3 years ago
0.4.2
3 years ago
0.4.1
3 years ago