1.1.23 • Published 1 year ago

damnkit v1.1.23

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

damnkit

A little more about library...

That's a UI KIT that can give you best clients and respect from the hood. You wanna know more about it? So, click to the link bellow and we can start to DAMN introduction

[DAMN IT](https://www.youtube.com/watch?v=YWyHZNBz6FE)

First of all you have to open your G-terminal and type the legendary command:

    npm install damnkit
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import { Config, DamnProvider } from 'damnkit';

const damnConfig: Config = {
  space: {
    l: 24,
    m: {
      size: 2,
      metricSystem: 'em',
    },
  },
  colors: {
    primary: '#366ad5',
    white: '#ffffff',
    secondary: '#199',
  },
  defaultMetricSystem: 'px',
  mixes: {
    primary: {
      color: 'white',
      backgroundColor: 'primary',
    },
    secondary: {
      color: 'white',
      backgroundColor: '',
    },
  },
};

const root = ReactDOM.createRoot(
  document.getElementById('root') as HTMLElement
);
root.render(
  <React.StrictMode>
    <DamnProvider config={damnConfig}>
      <App />
    </DamnProvider>
  </React.StrictMode>
);
import React from "react";
import { Button } from 'damnkit';

function App() {
  return (
    <div className="App">
      <Button mixName={'primary'}>Awesome Button</Button>
    </div>
  );
}
1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.5

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.26

1 year ago

1.0.27

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago