0.0.11 • Published 8 months ago

malcolm_ui_react v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
8 months 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

8 months ago

0.0.11

8 months ago

0.0.9

8 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago