@stianlarsen/react-ui-kit
Advanced tools
Comparing version 1.1.5 to 1.1.6
/// <reference types="react" /> | ||
import { ButtonProps } from "./buttonTypes"; | ||
import "./css/button.css"; | ||
import "../../styles/global.css"; | ||
export declare const Button: React.FC<ButtonProps>; |
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
import { Loader } from "../loader/loader"; | ||
import "./css/button.css"; | ||
import "../../styles/global.css"; | ||
import { getButtonClasses } from "./utils/utils"; | ||
@@ -5,0 +6,0 @@ export const Button = (props) => { |
/// <reference types="react" /> | ||
import "./css/loader.css"; | ||
import "../../styles/global.css"; | ||
import { LoaderType } from "./loaderTypes"; | ||
export declare const Loader: React.FC<LoaderType>; |
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import "./css/loader.css"; | ||
import "../../styles/global.css"; | ||
export const Loader = ({ widthAndHeight, }) => { | ||
@@ -4,0 +5,0 @@ const width = widthAndHeight || 24; |
{ | ||
"name": "@stianlarsen/react-ui-kit", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A versatile React UI kit focused on delivering ready-to-use, customizable buttons for every use case. Designed to save developers time and streamline UI development, this kit offers a range of button styles and loaders, ensuring immediate integration and thematic coherence across projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
36038
646