1

CSS Framework & Ninox

Hello,

I recently realized that Ninox allows us to use a CSS stylesheet file directly from a CDN link.

I wanted to know if we could use a CSS Framework to design a Ninox page faster and more efficiently.

So, as seen in the attached database, I started experimenting with Bootstrap to create Buttons, Tables, and responsive Columns.

It is a promising solution, although I noticed that it changes the size of the Ninox font, which results in a disruptive layout.

  • Have you ever used a CSS framework in Ninox before?
  • Do you know of any other CSS framework besides Bootstrap that fits better with Ninox?
  • What issues can arise from such an approach?

Please share your thoughts, reflections, and ideas here... Thank you.

30 replies

null
    • szormpas
    • 7 mths ago
    • Reported - view

    I'm excited because I finally built a toolkit, which is the best for creating our CSS stylesheets!

    It's the Tailwind framework, which uses an entirely different philosophy and is based on Utility classes. A cool feature is the Just-In-Time engine that generates the styles you need for your project on-demand, producing small CSS files.

    The need for isolation inside Ninox still exists, and fortunately, here is a handy plugin that we can install directly inside Tailwind.

    An excellent library with ready-made components for the Tailwind CSS framework is daisyUI, which we can also install into a Tailwind project.

    The tricky part is that we must set up the above toolset outside the Ninox environment and then copy the code.

    The best option for this is Visual Studio Code.

    If you need any help with the above, please let me know!

    Using this toolset, I created a demo dashboard without writing a single line of code!

    Have fun!

      • gold_cat
      • 2 mths ago
      • Reported - view

         Thank you for your response, it was very helpful. Can you help me with the following problem?👇

      https://forum.ninox.com/t/m1ym7st/regarding-the-issue-of-popping-up-another-table-record-from-a-table  

      • szormpas
      • 2 mths ago
      • Reported - view

        hi, try the following script:

      let recordId := record('2',1);
      html("<!doctype html>
      <html lang='en'>
        <head>
          <meta charset='utf-8'>
          <meta name='viewport' content='width=device-width, initial-scale=1'>
          <style>      </style>
        </head>
        <body>
          <div class='bootstrap5'>
      <span onclick=""ui.popupRecord('" +
      raw(recordId) +
      "')"">
      <button type='button' class='btn btn-primary'>Primary</button>
      </span>
          </div>
        </body>
      </html>

      Also, in order to use Bootstrap you should import into your database the CSS stylesheet.

      • gold_cat
      • 2 mths ago
      • Reported - view

       Thank you for your help!👍

      • gold_cat
      • 2 mths ago
      • Reported - view

        hi~friend,The new Bootstrap version has been released, how can you upgrade the code?

    • Alan_Cooke
    • 4 mths ago
    • Reported - view

    With 3.12 coming with the beginnings of customisation I would think it prudent to wait.  Seems to me Ninox are going to eventually get there.  Of course, they tell us but hey ho......

Content aside

  • 1 Likes
  • 2 mths agoLast active
  • 30Replies
  • 829Views
  • 10 Following