1.2.0 • Published 1 year ago

@jehankandy/react-jkcss v1.2.0

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

React-JKCSS

About React-JKCSS :heart:

  • First Sri Lankan React support front-end development CSS framework
    • parallelly develop with JKCSS
  • This is the JKCSS components Build with React
  • Dynamic front-end development CSS framework

Quick Start Guide :computer:

  • In Your React js Project
  • open Terminal and install @jehankandy/react-jkcss
    npm i @jehankandy/react-jkcss
  • follow up following code
import React from 'react'
import {ButtonBlue, ButtonRed, ButtonGray, ButtonGreen, ButtonInfo, ButtonYellow, ButtonCustom, BasicTable, BasicTableHover} from 'react-jkcss'


const ReactJK = () => {
  return (
    <div className="">
        <div>TesTing JKCSS REact</div>

        <ButtonBlue>
            Blue Button
        </ButtonBlue>
        <ButtonRed>
            Red Button
        </ButtonRed>
        <ButtonGray>
            Gray Button
        </ButtonGray>
        <ButtonGreen>
            Green Button
        </ButtonGreen>
        <ButtonInfo>
            Info Button
        </ButtonInfo>
        <ButtonYellow>
            Yellow Button
        </ButtonYellow>

        // custom button
        <ButtonCustom bgColor={"red"} textColor={"white"}>Custom Button</ButtonCustom>

        // tables

        <BasicTable columns={columns} data={data} />
        <BasicTableHover columns={columns} data={data} />

    </div>
  )
}

export default ReactJK

Documentation :notebook:

ComponentDescription
<ButtonBlue> </ButtonBlue>Blue color Button
<ButtonGray> </ButtonGray>Gray color Button
<ButtonGreen> </ButtonGreen>Green color Button
<ButtonInfo> </ButtonInfo>Info (LightBlue) color Button
<ButtonRed> </ButtonRed>Red color Button
<ButtonYellow> </ButtonYellow>Yellow color Button
<ButtonCustom bgColor={"red"} textColor={"white"}>Custom Button</ButtonCustom>Custom Button
<ButtonRed> </ButtonRed>Red color Button
<BasicTable columns={columns} data={data} />BasicTable of JKCSS
<BasicTableHover columns={columns} data={data} />BasicTable Hover of JKCSS

Versioning of the project :grey_question:

VersionDescriptionRelease Date
v1.0.0initial release of the Project, Adding Butttons18 April 2024
v1.1.0Updating Butttons, Adding tables16 May 2024
v1.2.0Updating Butttons (Adding Large and Small Buttons)01 June 2024

Developers and Designers

License Copyright

  • The React-JKCSS is Licensed under MIT
1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago