0.3.0 • Published 5 months ago

@equinor/fusion-react-select v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

@equinor/fusion-react-select

Published on npm

Storybook

Fusion Web Component

Installation

npm install @equinor/fusion-react-select

Example Usage

import { Select } from '@equinor/fusion-react-select';
const Component = ({value}: ComponentProps) => {
  const [sel, setSel] = useState(value);
  return (
    <div>
      <Select onAction={(e) => setSel(e.details)} />
      <span>Value: {sel}</span>
    </div>
  );
};
0.3.0

5 months ago

0.2.0

7 months ago

0.1.4

7 months ago

0.1.3

8 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

2 years ago