Giter Club home page Giter Club logo

admin-one-tailwind's People

Contributors

vikdiesel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

admin-one-tailwind's Issues

Premium for this Vanilla HTML?

Hi, i see booth theme this one and the Vue version, and see that in Vue version there also a premium that have more features.
And i really enjoy the premium but it hard for me to integrate a Vue version in my project, i need the vanilla HTML for work.
Have you a possibility or i after i purchase the theme to build the vanilla one from the premium vue and use it in my Laravel & Liwewire project?

How to watch?

Hey,
Disclaimer: Not a frontend person :)

I got it running but there does not seem to have a way to 'watch and recompile'

I managed to add a express server that reads the html from the dist directory, but how can I set it up to automatically recompile it whenever I make a change?

How to use in Nextjs

I am trying to use your template in next js, but result not as expected, looks like css override each other

here is my package.json

{
"name": "ace-next-adminone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"next": "11.0.0",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^2.2.2"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.0"
}
}

tailwind_config.json

module.exports = {
purge: [
'./pages//*.{js,ts,jsx,tsx}',
'./components/
/*.{js,ts,jsx,tsx}'
],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
zIndex: {
'-1': '-1',
},
flexGrow: {
'5' : '5'
}
},
},
variants: {
extend: {},
},
plugins: [],
}

global.css

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "_app.css";
@import "_navbar.css";
@import "_aside.css";
@import "_title-bar.css";
@import "_button.css";
@import "_hero.css";
@import "_card.css";
@import "_icon.css";
@import "_tiles.css";
@import "_table.css";
@import "_progress.css";
@import "_level.css";
@import "_image.css";
@import "_modal.css";
@import "_notifications.css";
@import "form/_checkbox-radio-switch.css";
@import "form/_form.css";
@import "_footer.css";

Login preview

Screen Shot 2021-06-22 at 06 07 01

please info for any clue.
thanks

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.