2.4.19 • Published 2 months ago

@qodev/core v2.4.19

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Qodev v2 is out! This library is only available for NPM ✨.

New components for release v2.4.19

EcmaScript Module Components Availability v2.4.19

React version compatability

v17 or higher

React components for faster and simpler web development. Build your own design system.

Installation

Qodev-UI is available as an npm package.

// with npm
npm install @qodev/core
// with npm
npm install @qodev/core --force

Currently the qodev documentation system is under development

There is more!

Usage

Here is a quick example to get you started, it's all you need:

import React from "react";
import ReactDOM from "react-dom";
import Text from "@qodev/core/Text";

function App() {
  return <Text variant="h1">Hello World</Text>;
}

ReactDOM.render(<App />, document.querySelector("#app"));
2.4.18

2 months ago

2.4.17

2 months ago

2.4.19

2 months ago

2.4.14

2 months ago

2.4.16

2 months ago

2.4.15

2 months ago

2.3.14

2 months ago

4.13.6

2 months ago

4.13.7

2 months ago

4.12.4

2 months ago

4.12.5

2 months ago

4.12.6

2 months ago

2.3.8

2 months ago

2.3.7

2 months ago

2.3.9

2 months ago

1.1.5

2 months ago

2.3.13

2 months ago

2.3.12

2 months ago

2.3.6

2 months ago

2.2.6

2 months ago

2.3.11

2 months ago

2.3.10

2 months ago

1.1.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago