Skip to content

Kodluyoruz Front-End eğitimi için hazırlanan 'Orta Seviye Front-End Web Development Patikası' projesidir. Konu: Bir "Button" component'i geliştirip, bunu npmjs üzerinde paylaşmak. Proje linki: https://www.npmjs.com/package/ogulcan-ui

Notifications You must be signed in to change notification settings

CanCelik24/celik-ui

Repository files navigation

Celik-UI

Made with create-react-library

Kodluyoruz Front-End eğitimi için hazırlanan 'Orta Seviye Front-End Web Development Patikası' projesidir.

Konu: Bir "Button" component'i geliştirip, bunu npmjs üzerinde paylaşmak.

Proje linki: https://www.npmjs.com/package/ogulcan-ui

Görseller:

Alt text Alt text

NPM JavaScript Style Guide


Install

npm install --save celik-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'celik-ui'
import 'celik-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © CanCelik24

About

Kodluyoruz Front-End eğitimi için hazırlanan 'Orta Seviye Front-End Web Development Patikası' projesidir. Konu: Bir "Button" component'i geliştirip, bunu npmjs üzerinde paylaşmak. Proje linki: https://www.npmjs.com/package/ogulcan-ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published