Skip to content

simran61/doraUI-post10th

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents


Overview


Like doremon is the solution to Nobita's every problem, similarly DoraUI is the solution for all your website UI design related problems :) . Dora UI is a component library which offers creative components by simply copy pasting the code.


Usage

Just copy-paste the stylesheet <link>'s into your <head> to load our CSS.

<link
  rel="stylesheet"
  href="https://doraui-simran.netlify.app/components/component.css"
/>

<link
  rel="stylesheet"
  href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
  integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
  crossorigin="anonymous"
  referrerpolicy="no-referrer"
/>

Documentation


Snowflake UI has following components made using utility clases:

Screenshot

doraUI

DoraUI LANDING PAGE

installation


alerts


Card


Navigation


Built with

  • Semantic HTML5
  • CSS3
  • Flexbox Layout
  • Grid Layout

My Learning

Making DoraUI was my first attempt toward making a component library. In this my major learning was how to make effeciently and with reusable classes


Connect with me