1.10.0 • Published 4 days ago

@lifesg/web-frontend-engine v1.10.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 days ago

LifeSG Web Frontend Engine npm version

Repository for the web frontend engine

  • UI components based on React design system
  • Form generation via JSON schema
  • To see the schema and fields available, visit our Storybook documentation.

The intention of frontend engine is to take out the heavy lifting of form development and offer a collection of common fields so engineers can develop forms quickly. The form will be defined through a JSON schema so non-engineers can customise the form as well.

Dependencies

Developers are expected to have the following packages installed:

  • @lifesg/react-design-system 2.5.0-canary.5
  • @lifesg/react-icons 1.2.0
  • react 17.0.2 or 18
  • react-dom 17.0.2 or 18
  • styled-components 5.3.5

Installation

npm i @lifesg/web-frontend-engine

Usage

import { FrontendEngine } from "@lifesg/web-frontend-engine";

const App = () => {
	return (
		<FrontendEngine
			data={{
				sections: {
					mySection: {
						uiType: "section",
						children: {
							myField: {
								uiType: "text-field",
								label: "My field",
							},
							submit: {
								uiType: "submit",
								label: "Submit",
							},
						},
					},
				},
			}}
		/>
	);
};

export default App;

Contributing to the repo

To contribute to the frontend engine

1.10.0

4 days ago

1.9.1

11 days ago

1.9.0

23 days ago

1.8.1

1 month ago

1.8.0

1 month ago

1.7.0

2 months ago

1.6.0

3 months ago

1.5.0

4 months ago

1.4.0

4 months ago

1.3.1

5 months ago

1.2.0

6 months ago

1.1.1

7 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

1.1.3

6 months ago

1.0.0-alpha.9

10 months ago

1.3.0

5 months ago

1.2.1

6 months ago

1.1.2

7 months ago

1.0.0-alpha.10

10 months ago

1.0.0-alpha.16

9 months ago

1.0.0-alpha.15

9 months ago

1.0.0-alpha.17

9 months ago

1.0.0-alpha.12

9 months ago

1.0.0-alpha.11

10 months ago

1.0.0-alpha.14

9 months ago

1.0.0-alpha.13

9 months ago

1.0.0-alpha.7

11 months ago

1.0.0-alpha.6

11 months ago

1.0.0-alpha.5

11 months ago

1.0.0-alpha.4

12 months ago

1.0.0-alpha.8

11 months ago

1.0.0-alpha.3

1 year ago

1.0.0-alpha.2

1 year ago

1.0.0-alpha.1

1 year ago