Giter Club home page Giter Club logo

components's Introduction

Form

<x-card-body-6 title="User" description="new User" route="{{ route('dashboard') }}" method="POST">
<x-input-label label="Email" name="email" required type="email" />
<x-input-label label="Number" name="number" required type="number" />
</x-card-body-6>

Button

<x-button-gradient>@lang('messages.Submit')</x-button-gradient>

Buttons

<x-button-class className="secondary">Submit</x-button-class>
<x-button-class className="primary">Submit</x-button-class>
<x-button-class className="success">Submit</x-button-class>
<x-button-class className="danger">Submit</x-button-class>
<x-button-class className="warning">Submit</x-button-class>
<x-button-class className="info">Submit</x-button-class>
<x-button-class className="light">Submit</x-button-class>
<x-button-class className="dark">Submit</x-button-class>
<x-button-class className="success">Submit</x-button-class>

Input With Label

<x-input-with-label label="Username" name="username" required type="text" />

Table

<x-table title="Basic Table" description="Add class .table">
<x-table-header>
<th>Profile</th>
<th>VatNo.</th>
<th>Created</th>
<th>Status</th>
</x-table-header>
<x-table-row>
<td>Jacob</td>
<td>53275531</td>
<td>12 May 2017</td>
<td><label class="badge badge-danger">Pending</label></td>
</x-table-row>
<!-- Add more rows as needed -->
</x-table>

components's People

Contributors

azozzalfiras avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.