1.20.0 • Published 8 months ago

@healform/liquid v1.20.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@healform/liquid

Liquid UI library codifies existing UI components into a central, well-maintained repository. It is built to address having to paste the same components into multiple projects again and again. This simplifies building UI's with HEALFORM's design patterns.

CI NPM codecov Storybook

Basic Installation

If you're looking to begin developing a user-interface with Liquid, you can install the package directly via Yarn:

yarn add @healform/liquid

Or if you prefer NPM:

npm install --save @healform/liquid

Usage

All components are exported via named exports - we don't have a default export. They can be imported at the top of any React file like such:

import { Alert } from '@healform/liquid';

They can then be used in JSX like such:

const MyGreatComponent = (props) => {
  const alertTitle = 'Aww yeah...';
  const alertStatus = 'success';
  const alertText = 'Nice job using an alert, you did it right!';

  return (
    <Alert title={alertTitle} status={alertStatus}>
      {alertText}
    </Alert>
  );
};

✨ Contributors

1.20.0

8 months ago

1.19.0

2 years ago

1.19.1

2 years ago

1.14.1

2 years ago

1.14.0

2 years ago

1.12.2

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.18.1

2 years ago

1.18.0

2 years ago

1.14.4

2 years ago

1.14.3

2 years ago

1.16.0

2 years ago

1.14.2

2 years ago

1.18.5

2 years ago

1.18.4

2 years ago

1.18.3

2 years ago

1.18.2

2 years ago

1.18.7

2 years ago

1.18.6

2 years ago

1.11.10

2 years ago

1.11.11

2 years ago

1.15.0

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.17.0

2 years ago

1.11.8

2 years ago

1.11.7

2 years ago

1.11.6

2 years ago

1.11.5

2 years ago

1.11.9

2 years ago

1.11.4

2 years ago

1.11.3

2 years ago

1.11.2

2 years ago

1.11.1

2 years ago

1.11.0

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago