1.0.55 • Published 3 years ago

bootflex v1.0.55

Weekly downloads
203
License
MIT
Repository
-
Last release
3 years ago

bootflex

Build status License: MIT

What is it?

bootflex is a responsive user interface , forms and tables library for use with modern react applications.

Responsive User Interface & Layout

The user interface provides what is sometimes referred to as the Holygrail layout, with a header (usually containg a Navigation bar), footer (that is fixed to bottom of your viewport), side panels with fluid and responsive content containers that scroll between the header and the footer. Bootflex provides for full height scrolling content and side panels that stretch to your content or contrained layouts that scroll between the header and footer. This web-site is an example using bootflex. You are not required to have a header and footer, indeed Bootflex may simply be used standalone for its context wrapper or form control functionality. You can elect to utilise Bootflex's other extensions as required.

Form Control

With Bootflex you may define a schema for your form and then use Input components that require only a name prop. Each input component has responsive breaks that can be used without the need to wrap inside Col components. Your form layout code is greately reduced in size and complexity. CRUD Operations using nested row based data is made extremely simple. Great care has been taken to ensure that re-renders are kept to a bare minimum, making your application blazingly fast

Application Wide Context

When developing in React a constant challenge is making components interact or share data with related siblings, parents, children or unrelated components. This may be acheived with prop drilling, redux or with the context API. While the context API is great, it is often difficult or time consuming to setup reducers, dispatchers and providers. Issues often arise altering context changes within react effects or with excessive component re-rendering, especially when using a single context for both state and dispatch. Using the most recent recommendations from React guru Kent C Dodds, Bootflex splits contexts between the Bootflex application state, the dispatch logic and user state (provided for you to use). Immer is used internally for immutable state management and reducer functions. Bootflex provides a context wrapper for your entire application that allows ad-hoc context to be created which is easily shared between unrelated or distant component. Access to context is provided through a single useFlexContext() hook which exposes the triplet values of state, dispatch functions and internal Bootflex state.

Data Tables and CRUD

Bootflex extends the fabulous react-data-table-component library extending it to provide context pagination and form entry / modification for CRUD (create/read/update/delete) operations. Pagination is supported in thre context of the user interface allowing pagination controls to be placed in the header or footer of your application.

Card Controls

Bootflex has cascading style cards that are designed to interractly perfectly within the user interface layout.

Improved React-Select

Bootflex provides an extension to the popular react-select component, providing the missing required option, with bootsrap styled feedback

Get Started

Explore the Bootflex Homepage at https://intelliflex.github.io/bootflex to see documentation and usage examples.

To download and start using in your own application

yarn add bootflex

or

npm install bootflex
1.0.55

3 years ago

1.0.54

3 years ago

1.0.51

3 years ago

1.0.47

3 years ago

1.0.49

3 years ago

1.0.50

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.39

3 years ago

1.0.40

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.34

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.26

3 years ago

1.0.27

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago