0.0.11 • Published 1 year ago

malcolm_ui_react v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

This is The Malcolm React UI app

This is the malcolm_ui_react library made by https://malcmind.com

Unlike other UI libraries... this library is reactive out the box.

Instalation

  • Simply NPM install malcolm_ui_react into your react project

  • This Repo relies on TailwindCSS and DaisyUI for styling so also Install those into your project

  • import one of our components such as import {useBasicToggle} from malcolm_ui_react

  • In your React function instantiate the import such as follows const [toggled, BasicToggle] = useBasicToggle({ leftText: 'Multiple Articles', RightText: 'One Article' })

The left text will appear to the right of the toggle menu, and the Right Text to the left of your toggle menu

  • Display it in your JSX using <BasicToggle />

  • Whenever the user toggles the button the toggled variable will change from true to false

  • You can use a click handler function to trigger server actions based on whether its set to true or false

This is just the Basics but much more documentation comming soon!

0.0.10

1 year ago

0.0.11

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago